Fixed Multiply

FixedMul

function FixedMul(A, B, TFixed): TFixed;

This is the same as using MulDiv(A, B, $10000).

See Also

Fixed Point Math, TFixed, Fixed Division